home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 7 / Dokan 07.iso / dokan.exe / 0 / RCDATA / TVISORFRM / TVISORFRM.txt
Text File  |  1998-09-10  |  4KB  |  165 lines

  1. object VisorFrm: TVisorFrm
  2.   Left = 196
  3.   Top = 161
  4.   BorderStyle = bsNone
  5.   Caption = 'Dokan - Visor'
  6.   ClientHeight = 472
  7.   ClientWidth = 681
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnHide = FormHide
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Hot: THotImg
  22.     Left = 0
  23.     Top = 0
  24.     Width = 640
  25.     Height = 36
  26.     OnHit = HotHit
  27.     Regions.Strings = (
  28.       '#$MTIMFH'
  29.       '#$-:Image Map file created by Map THIS!'
  30.       '#$-:Map THIS! free image map editor by Todd C. Wilson'
  31.       '#$-:Please do not edit lines starting with "#$"'
  32.       '#$VERSION:1.30'
  33.       '#$DATE:Thu May 07 11:16:29 1998'
  34.       '#$PATH:C:\DOKAN\'
  35.       '#$GIF:visor.gif'
  36.       '#$FORMAT:ncsa'
  37.       '#$EOH'
  38.       'poly PREV 16,18 38,4 38,32 16,18'
  39.       'poly NEXT 77,5 102,19 77,31 77,5'
  40.       'rect STOP 45,6 72,31')
  41.     ShowRegions = False
  42.     OnClick = HotClick
  43.     OnMouseMove = HotMouseMove
  44.     ImgName = 'c:\dokan\bmp\visorl.bmp'
  45.     ImgHName = 'c:\dokan\bmp\visorh.bmp'
  46.   end
  47.   object LblInfo1: TLabel
  48.     Left = 116
  49.     Top = 12
  50.     Width = 58
  51.     Height = 15
  52.     AutoSize = False
  53.     Caption = '0/0'
  54.     Color = clTeal
  55.     Font.Charset = ANSI_CHARSET
  56.     Font.Color = clWhite
  57.     Font.Height = -12
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     ParentColor = False
  61.     ParentFont = False
  62.     Transparent = True
  63.     OnClick = LblInfo1Click
  64.   end
  65.   object LblInfo2: TLabel
  66.     Left = 188
  67.     Top = 12
  68.     Width = 425
  69.     Height = 15
  70.     AutoSize = False
  71.     Caption = 'Archivo'
  72.     Color = clTeal
  73.     Font.Charset = ANSI_CHARSET
  74.     Font.Color = clWhite
  75.     Font.Height = -12
  76.     Font.Name = 'Arial'
  77.     Font.Style = []
  78.     ParentColor = False
  79.     ParentFont = False
  80.     Transparent = True
  81.   end
  82.   object Box: TPaintBox
  83.     Left = 36
  84.     Top = 80
  85.     Width = 593
  86.     Height = 333
  87.     PopupMenu = PopupMenu
  88.     OnMouseDown = BoxMouseDown
  89.     OnMouseMove = BoxMouseMove
  90.     OnMouseUp = BoxMouseUp
  91.     OnPaint = BoxPaint
  92.   end
  93.   object Edit1: TEdit
  94.     Left = 128
  95.     Top = 36
  96.     Width = 37
  97.     Height = 19
  98.     Ctl3D = False
  99.     MaxLength = 3
  100.     ParentCtl3D = False
  101.     TabOrder = 0
  102.     Text = '0'
  103.     OnKeyPress = Edit1KeyPress
  104.   end
  105.   object Player: TMediaPlayer
  106.     Left = 356
  107.     Top = 428
  108.     Width = 253
  109.     Height = 30
  110.     AutoRewind = False
  111.     Visible = False
  112.     TabOrder = 1
  113.     OnNotify = PlayerNotify
  114.   end
  115.   object GifTimer: TTimer
  116.     Enabled = False
  117.     Interval = 200
  118.     OnTimer = GifTimerTimer
  119.     Left = 644
  120.     Top = 8
  121.   end
  122.   object PopupMenu: TPopupMenu
  123.     OnPopup = PopupMenuPopup
  124.     Left = 12
  125.     Top = 104
  126.     object miAjustar: TMenuItem
  127.       Caption = 'Ajustar a pantalla'
  128.       OnClick = miAjustarClick
  129.     end
  130.     object miAuto: TMenuItem
  131.       Caption = 'Modo Autom∩┐╜tico'
  132.       OnClick = miAutoClick
  133.     end
  134.     object N1: TMenuItem
  135.       Caption = '-'
  136.     end
  137.     object miMusica: TMenuItem
  138.       Caption = 'M∩┐╜sica'
  139.       OnClick = miMusicaClick
  140.     end
  141.     object miTema: TMenuItem
  142.       Caption = 'Nuevo tema'
  143.       OnClick = miTemaClick
  144.     end
  145.     object N2: TMenuItem
  146.       Caption = '-'
  147.     end
  148.     object miGuardar: TMenuItem
  149.       Caption = 'Guardar imagen ...'
  150.       OnClick = miGuardarClick
  151.     end
  152.   end
  153.   object SaveDialog: TSaveDialog
  154.     Left = 16
  155.     Top = 436
  156.   end
  157.   object Timer: TTimer
  158.     Enabled = False
  159.     Interval = 5000
  160.     OnTimer = TimerTimer
  161.     Left = 644
  162.     Top = 56
  163.   end
  164. end
  165.